home *** CD-ROM | disk | FTP | other *** search
Wrap
FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((JJJJuuuullllyyyy 22222222,,,, 1111999999996666)))) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) NNNNAAAAMMMMEEEE faxmail - _H_y_l_a_F_A_X mail-to-fax gateway application SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS ffffaaaaxxxxmmmmaaaaiiiillll [ _o_p_t_i_o_n_s ] [ _d_e_s_t_i_n_a_t_i_o_n [ _f_r_o_m ] ] DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN _f_a_x_m_a_i_l takes an electronic mail message on standard input and converts it to POSTSCRIPT in a form that is suitable for transmission as a facsimile. The converted document is either written to the standard output or, if direct delivery is enabled, it is submitted directly to a _H_y_l_a_F_A_X server for transmission. _f_a_x_m_a_i_l is designed for use in constructing electronic mail to facsimile gateway services. For example, mail aliases may be created to automatically transmit electronic mail; e.g. sam: "|/usr/freeware/bin/faxmail -d sam@5551212" or _f_a_x_m_a_i_l may be used as a ``mail transport agent'', extracting the necessary delivery information directly from the envelope of the mail message. If _f_a_x_m_a_i_l is invoked without enabling direct delivery then it just formats the mail message on the standard input and writes the result to the standard output. To enable direct delivery the ----dddd option must be specified on the command line; see below for more information. FFFFOOOORRRRMMMMAAAATTTTTTTTIIIINNNNGGGG _f_a_x_m_a_i_l formats a mail message according to the following rules: First it parses the envelope information interpreting any meta-header information (see below) that is present. Once the entire envelope has been collected it emits a formatted set of header lines. By default all header information except the ``From'', ``To'', ``Cc'', ``Subject'', and ``Date'' lines are discarded. Header lines that are kept have the _t_a_g (the string to the left of the ``:'') set in a _b_o_l_d _f_o_n_t and the _v_a_l_u_e (the string to the right of the ``:'') set in an _i_t_a_l_i_c _f_o_n_t. Mail messages that conform to the Multipurpose Internet Mail Extensions (MIME) specification are parsed and handled according to the rules given below. Plain text body parts of a mail message are formatted in a _t_e_x_t _f_o_n_t with any long lines wrapped at word boundaries unless the ----cccc option has been specified. By default, _f_a_x_m_a_i_l sets all text in 10 point type on an 8.5" by 11" portrait-oriented page with .35" top margin, .25" bottom margin and .25" left and right hand margins. There are command-line options to control the point size, page dimensions, orientation, and multi-column formatting. Page 1 (printed 6/24/99) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((JJJJuuuullllyyyy 22222222,,,, 1111999999996666)))) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) Text formatting can also be controlled through meta-header directives placed in the envelope of the mail message. EEEENNNNVVVVEEEELLLLOOOOPPPPEEEE PPPPRRRROOOOCCCCEEEESSSSSSSSIIIINNNNGGGG _f_a_x_m_a_i_l pre-processes the envelope information (i.e. the header lines) before formatting the message contents. Header lines whose names begin with ``X-FAX-'' (case- insensitive) are handled specially-they are treated as command directives that specify how to generate the resultant POSTSCRIPT or, optionally, how to deliver the resulting document as facsimile. The set of known meta- headers corresponds to the set of configuration parameters defined below. A meta-header is specified as ``X-FAX- _p_a_r_a_m_e_t_e_r'' where _p_a_r_a_m_e_t_e_r is the name of a configuration parameter; e.g. ``X-FAX-TabStop'' to set the number of spaces between tab stops. Controls for specifying headers to be passed through in the formatted text identify not only which headers but also the order in which the headers should be emitted. _f_a_x_m_a_i_l initializes the set of headers to retain to: ``To From Subject Cc Date''. If this order is acceptable then additional headers can simply be added with the X-FAX- Headers directive; e.g. ``X-FAX-Headers: Message-id''. If however a different order is desired then the header set should be cleared with a ``clear'' header tag and then completely specified in the desired order; for example, X-FAX-Headers: clear Message-id Date To Subject From Cc will cause headers to be emitted in the order ``Message-Id Date To Subject From Cc'' (depending on what headers are present). Note in particular that all header lines in the envelope can be suppressed by specifying ``X-FAX-Headers: clear''; this is useful, for example, when the body of the mail message contains a preformatted document that is to be transmitted. In addition to the above controls, _f_a_x_m_a_i_l can also be instructed to substitute an arbitrary string for a header tag when generating the final envelope. This facility can be used to better format ad-hoc header information that is passed through the envelope of the message. The ``X-FAX- MapHeader'' meta-header specifies how to map a header line. For example, X-FAX-MapHeader: x_FAX_For Deliver FAX To would cause any header ``x_FAX_For'' that appeared in the envelope to be replaced in the formatted envelope by ``Deliver FAX To''. Page 2 (printed 6/24/99) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((JJJJuuuullllyyyy 22222222,,,, 1111999999996666)))) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) MMMMIIIIMMMMEEEE PPPPRRRROOOOCCCCEEEESSSSSSSSIIIINNNNGGGG _f_a_x_m_a_i_l parses MIME mail messages and does some rudimentary work to: +o strip out unprintable content such as audio, video, or binary data, +o decode encoded parts, +o insert ``digest dividers'' between multipart/digest subparts, +o format message/rfc822 parts as described above for the top-level envelope, and +o optionally convert graphical parts (e.g. images) for display. MIME processing is fairly simple and (currently) somewhat constrained. _f_a_x_m_a_i_l has builtin support for the following MIME parts: text/plain, multipart/mixed, multipart/digest, message/rfc822, application/postscript, and application/x- faxmail-prolog. Parts can also be processed through external processing scripts that _f_a_x_m_a_i_l looks for in a ``MIME converters'' directory hierarchy. External scripts may override builtin processing or supplement the builtin support. For each MIME body part with type _T and subtype _S _f_a_x_m_a_i_l checks first for an executable script named T/S in the converter hierarchy. If a script exists then it is run and the result is appended to the output PostScript document. Otherwise if the part has builtin support then it is processed directly. Any part that does not have external or builtin support is discarded and replaced by a message that indicates the part was removed. This discarded message can be suppressed with the _M_a_r_k_D_i_s_c_a_r_d_e_d configuration parameter (also settable with an X-FAX-MarkDiscarded line in the envelope). The builtin handling support is as follows: text/plain parts are formatted using the default _t_e_x_t _f_o_n_t and point size; multipart/mixed are ``burst'' and interpreted per the specification but are otherwise unformatted; multipart/digest are burst and an optional ``digest divider'' marking may be inserted before each subpart; message/rfc822 are formatted as described above with envelope header lines culled and formatted with bold and italic fonts (in addition, if there is insufficient space in the current output page/column for the message envelope, optional divider, and one line of text, then _f_a_x_m_a_i_l will insert a ``break'' so the the message starts at the top of the next page/column); application/postscript are copied through untouched to the output; application/x-faxmail- Page 3 (printed 6/24/99) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((JJJJuuuullllyyyy 22222222,,,, 1111999999996666)))) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) prolog are copied through untouched to the end of the prologue section of the generated PostScript document to permit customization of the formatted output. _f_a_x_m_a_i_l supports the following Content-Transfer-Encoding schemes: 7bit, 8bit, binary, base64, quoted-printable, and x-uuencode. Any character set that is not us-ascii is treated as iso-8859-1. In general it is recommended that senders either permit _f_a_x_m_a_i_l to format message contents or completely bypass the formatting facilities and submit data that is to be processed by _s_e_n_d_f_a_x. Trying to combine the two facilities by, for example, combining PostScript with text that is to be formatted is unlikely to work well because _f_a_x_m_a_i_l does not track the amount of space on the page that a non-text MIME part uses. DDDDIIIIRRRREEEECCCCTTTT DDDDEEEELLLLIIIIVVVVEEEERRRRYYYY When _f_a_x_m_a_i_l is invoked with the ----dddd option it delivers the formatted document directly to a _H_y_l_a_F_A_X server for transmission as facsimile. Command line arguments may be supplied to specify the delivery destination and sender identity; typically from information extracted by the mail transport facility. A command line _d_e_s_t_i_n_a_t_i_o_n is specified with the same syntax as the argument for the ----dddd option to the _s_e_n_d_f_a_x(1) command. Similarly any _f_r_o_m identity specified on the command line follows the same rules as the ----ffff option to _s_e_n_d_f_a_x. An explicit dialstring to use in delivery can also be specified with an X-FAX-Dialstring header in the mail message envelope. If no sender identity is provided on the command line then _f_a_x_m_a_i_l will extract it from the ``From'' line in the envelope. _f_a_x_m_a_i_l will not submit a message for delivery if either the dialstring or sender identity is missing or null. When direct delivery is enabled X-FAX- header lines may be included in the mail message envelope to control the submission and delivery process. As above these lines are specified as ``X-FAX-_p_a_r_a_m_e_t_e_r'' where _p_a_r_a_m_e_t_e_r is the name of a configuration parameter for the _s_e_n_d_f_a_x program; e.g. ``X-FAX-VRes'' to set the vertical resolution of the transmitted facsimile. By default automatic cover page generation is enabled when direct delivery is used; this can be overridden with the ----nnnn option on the command line or by including an X-FAX-AutoCoverPage header in the message envelope. OOOOPPPPTTTTIIIIOOOONNNNSSSS ----1111 Set text in one column (default). ----2222 Set text two columns. Page 4 (printed 6/24/99) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((JJJJuuuullllyyyy 22222222,,,, 1111999999996666)))) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) ----bbbb _f_o_n_t Make _f_o_n_t, a POSTSCRIPT font name, the ``_b_o_l_d _f_o_n_t'' used to set header lines. The default bold font is Helvetica-Bold. ----cccc Clip long text lines instead of wrapping them at page margins. ----dddd Enable direct delivery of facsimile; the formatted document will be submitted directly to a _H_y_l_a_F_A_X server for transmission as facsimile. This option is similar to piping the output of _f_a_x_m_a_i_l to the input of _s_e_n_d_f_a_x(1M) except when direct delivery is enabled _f_a_x_m_a_i_l interprets ``x-fax-'' header lines in the envelope of the mail message to look for control information to use in delivering the facsimile and, by default, no automatic cover page generation is done. ----ffff _f_o_n_t Make _f_o_n_t, a POSTSCRIPT font name, the text font used to set the body of mail messages. The default text font is Courier. ----HHHH _h_e_i_g_h_t Use _h_e_i_g_h_t as the height, in inches, of the output page. The default page height is taken from the default page size. ----iiii _f_o_n_t Make _f_o_n_t, a POSTSCRIPT font name, the ``_i_t_a_l_i_c _f_o_n_t'' used to set header lines. The default italic font is Helvetica-Oblique. ----MMMMllll====#,rrrr====#,tttt====#,bbbb====# Set the page margins; the default margins are: left and right .25 inch, top .35 inch, bottom .25 inch. ----nnnn Suppress auto cover page generation when doing direct delivery. ----pppp _s_i_z_e Set all text using _s_i_z_e for the font point size. ----rrrr Set pages rotated by 90 degrees (in ``Landscape mode''). ----RRRR Set pages unrotated (in ``Portrait mode''). ----ssss _s_i_z_e Set the page size to use. Cover pages are normally generated using a system-default page size (usually letter-size pages, 8.5" by 11", for sites in North America). Alternate page sizes are specified symbolically using either the name or abbreviation of an entry in the _p_a_g_e_s_i_z_e_s(4F) database; e.g. _a_3 (ISO A3), _a_4 (ISO A4), _a_5 (ISO Page 5 (printed 6/24/99) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((JJJJuuuullllyyyy 22222222,,,, 1111999999996666)))) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) A5), _a_6 (ISO A6), _b_4 (ISO B4), _n_a-_l_e_t (North American Letter), _u_s-_l_e_g (American Legal), _u_s-_l_e_d (American Ledger), _u_s-_e_x_e (American Executive), _j_p-_l_e_t (Japanese Letter), and _j_p-_l_e_g (Japanese Legal). Comparisons are case-insensitive and any match of a substring of the full page-size name is sufficient; e.g. ``legal'' would match ``American Legal''. ----uuuu _u_s_e_r Set the user name to use when logging in to do direct delivery. By default the user is specified by the MMMMaaaaiiiillllUUUUsssseeeerrrr configuration parameter (see below). If a null user name is specified, then the facsimile will be submitted using the identity of the user that invoked _f_a_x_m_a_i_l. ----vvvv Enable tracing of envelope, MIME, and job submission processing. Diagnostic information is written to the standard error (envelope and MIME processing) and standard output (job submission). ----WWWW _w_i_d_t_h Use _w_i_d_t_h as the width, in inches, of the output page. The default page width is taken from the default page size. CCCCOOOONNNNFFFFIIIIGGGGUUUURRRRAAAATTTTIIIIOOOONNNN PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRRSSSS _f_a_x_m_a_i_l reads configuration information from the files ////uuuussssrrrr////ffffrrrreeeeeeeewwwwaaaarrrreeee////lllliiiibbbb////ffffaaaaxxxx////hhhhyyyyllllaaaa....ccccoooonnnnffff, and ~~~~////....hhhhyyyyllllaaaarrrrcccc; in that order. Configuration files follow the conventions described in _h_y_l_a_f_a_x(1). The following configuration parameters are recognized: TTTTaaaagggg TTTTyyyyppppeeee DDDDeeeeffffaaaauuuulllltttt DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn AutoCoverPage boolean Yes automatically generate cover page BoldFont string Helvetica-Bold font for setting header tags Columns integer 1 number of columns in formatted output DigestDivider string - multipart/digest divider POSTSCRIPT command FontDir string _s_e_e _b_e_l_o_w directory for font metric files GaudyHeaders boolean No enable/disable gaudy page headers Headers string _s_e_e _b_e_l_o_w headers to retain in envelope ISO8859 boolean Yes use ISO 8859-1 character encoding ItalicFont string Helvetica-Oblique font for setting header values LineWrap boolean Yes wrap/truncate text lines MailUser string - user identity for doing direct delivery MarkDiscarded boolean Yes mark discarded MIME body parts MapHeader string - define header mapping MIMEConverters string _s_e_e _b_e_l_o_w pathname of MIME converter scripts Orientation string portrait orientation of text on page OutlineMargin inches 0 width of outline line PageCollation string forward collate pages in forward or reverse direction PageHeaders boolean Yes enable/disable page headers PageHeight float - output page height PageMargins string _s_e_e _b_e_l_o_w margins for formatted page Page 6 (printed 6/24/99) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((JJJJuuuullllyyyy 22222222,,,, 1111999999996666)))) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) PageSize string default output page size from database PageWidth float - output page width Prologfile string _s_e_e _b_e_l_o_w pathname of POSTSCRIPT prologue file TabStop integer 8 inter-stop setting in characters TextFont string Courier name of font for setting text TextLineHeight inches - text formatting line height control TextPointSize inches _s_e_e _b_e_l_o_w size to use in setting text Verbose boolean No trace envelope and MIME processing Values marked as _i_n_c_h_e_s are specified using a syntax that identifies one of several possible units: #.##bp big point (1in = 72bp) #.##cc cicero (1cc = 12dd) #.##cm centimeter #.##dd didot point (1157dd = 1238pt) #.##in inch #.##mm millimeter (10mm = 1cm) #.##pc pica (1pc = 12pt) #.##pt point (72.27pt = 1in) #.##sp scaled point (65536sp = 1pt) Unit names can be upper or lower case but no white space is permitted between the number and the unit. Values specified with no unit are interpreted as points. The configuration parameters are explained below. Most parameters correspond to a command line option. Parameter values identified above as _i_n_c_h_e_s are converted according to the conventions described above. AAAAuuuuttttooooCCCCoooovvvveeeerrrrPPPPaaaaggggeeee Control whether or not a cover page is automatically generated for each job. BBBBoooollllddddFFFFoooonnnntttt The name of the font to use to set header tags (i.e. the string to the left of the ``:''). CCCCoooolllluuuummmmnnnnssss The number of columns to set text in. (Equivalent to the ----mmmm option.) DDDDiiiiggggeeeessssttttDDDDiiiivvvviiiiddddeeeerrrr The string to emit in the output before each subpart of a multipart/digest mail message. This string is typically a POSTSCRIPT procedure that draws a mark of some sort. Dividers are expected to use no more vertical space on the output page than a line of text. FFFFoooonnnnttttDDDDiiiirrrr The directory where Adobe Font Metric (AFM) files are located; by default /usr/lib/DPS/AFM. Page 7 (printed 6/24/99) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((JJJJuuuullllyyyy 22222222,,,, 1111999999996666)))) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) GGGGaaaauuuuddddyyyyHHHHeeeeaaaaddddeeeerrrrssss Control whether or not to use a gaudy-style page header. Enabling gaudy headers implicitly enables page headers. HHHHeeeeaaaaddddeeeerrrrssss Define the headers retained from the envelope and specify the order that they should be emitted in the formatted output. The set of headers is initialized to ``To From Subject Cc Date''. Headers specified are appended to this list except for a ``clear'' header that causes the current set of headers to be discarded. IIIISSSSOOOO8888888855559999 Control the use of ISO 8859-1 encoding in the generated POSTSCRIPT IIIIttttaaaalllliiiiccccFFFFoooonnnntttt The name of the font to use to set header values (i.e. the string to the right of the ``:''). LLLLiiiinnnneeeeWWWWrrrraaaapppp Control whether long text lines are wrapper or truncated at the right hand margin. (Equivalent to the ----cccc option.) MMMMaaaaiiiillllUUUUsssseeeerrrr The account name to use to login to a fax server when doing direct delivery. Note that this account name is not used for the identity of the sender; this comes from the command line or the ``From'' line in the mail message. If a null account name is specified, then the facsimile will be submitted using the identity of the user that invoked _f_a_x_m_a_i_l. MMMMaaaappppHHHHeeeeaaaaddddeeeerrrr Define a substitution for the specified header that should be done each time the header is emitted in the formatted envelope. Header tags are matched in a case-insensitive manner. MMMMaaaarrrrkkkkDDDDiiiissssccccaaaarrrrddddeeeedddd Control whether discarded MIME parts are replaced by a text message indicating the original content was removed. MMMMIIIIMMMMEEEECCCCoooonnnnvvvveeeerrrrtttteeeerrrrssss The pathname of a directory hierarchy that has scripts for external processing of MIME body parts. The default pathname is /usr/freeware/sbin/faxmail. OOOOrrrriiiieeeennnnttttaaaattttiiiioooonnnn Control whether pages are oriented horizontally (``landscape'') or vertically (``portrait''). (Equivalent to the ----rrrr and ----RRRR Page 8 (printed 6/24/99) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((JJJJuuuullllyyyy 22222222,,,, 1111999999996666)))) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) options.) OOOOuuuuttttlllliiiinnnneeeeMMMMaaaarrrrggggiiiinnnn Control whether columns of text have a line drawn around them and the width of the line. Setting this parameter to 0 disables outlines. PPPPaaaaggggeeeeCCCCoooollllllllaaaattttiiiioooonnnn Control whether the output file has pages collated in the same order as the input file (``forward'') or in reverse order (``reverse). PPPPaaaaggggeeeeHHHHeeeeaaaaddddeeeerrrrssss Control whether page headers are generated. PPPPaaaaggggeeeeHHHHeeeeiiiigggghhhhtttt Set the output page height (in inches). PPPPaaaaggggeeeeMMMMaaaarrrrggggiiiinnnnssss Set the output page margins. Margins are specified as string of the form: ``llll====#,rrrr====#,tttt====#,bbbb====#'' where llll indicates the left margin, rrrr indicates the right margin, tttt indicates the top margin, bbbb indicates the bottom margin, and numbers are interpreted as _i_n_c_h_e_s. (Equvalent to the ----MMMM option.) PPPPaaaaggggeeeeSSSSiiiizzzzeeee Set the output page dimensions by name. (Equivalent to the ----ssss option.) PPPPaaaaggggeeeeWWWWiiiiddddtttthhhh Set the output page width (in inches). PPPPrrrroooollllooooggggFFFFiiiilllleeee The pathname of a file containing POSTSCRIPT that should be included in the prologue section of the generated POSTSCRIPT. The default prologue file is /usr/freeware/lib/fax/faxmail.ps. TTTTaaaabbbbSSSSttttoooopppp Set the tab stop distance (in characters). TTTTeeeexxxxttttFFFFoooonnnntttt Set the name of font to use for setting text. (Equivalent to the ----ffff option.) TTTTeeeexxxxttttLLLLiiiinnnneeeeHHHHeeeeiiiigggghhhhtttt Set the vertical text line height and spacing. TTTTeeeexxxxttttPPPPooooiiiinnnnttttSSSSiiiizzzzeeee Set the point size to use in setting plain text. (Equvalent to the ----pppp option.) VVVVeeeerrrrbbbboooosssseeee Control tracing envelope and MIME processing. NNNNOOOOTTTTEEEESSSS Because a sender's identity in an electronic mail message is inherently untrustworthy, using _f_a_x_m_a_i_l to build a mail to fax gateway is problematic. Unless mail service is somehow Page 9 (printed 6/24/99) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((JJJJuuuullllyyyy 22222222,,,, 1111999999996666)))) FFFFAAAAXXXXMMMMAAAAIIIILLLL((((1111)))) restricted or the sender's identity is verified using a mechanism such as RFC 1847's multipart/signed MIME type there is no reliable way to restrict access to facilities setup with _f_a_x_m_a_i_l. BBBBUUUUGGGGSSSS Only the last instance of a header is kept and written to the output. This means, for example, that only the last of many ``Received'' lines will be included in the formatted output. FFFFIIIILLLLEEEESSSS ~/.hylarc per-user configuration file /usr/freeware/lib/fax/pagesizes page size database /usr/freeware/lib/fax/faxmail.ps POSTSCRIPT prologue /usr/freeware/lib/fax/hyla.conf system-wide configuration file /usr/freeware/lib/fax/faxmail.conf system-wide configuration file /usr/freeware/lib/fax/sendfax.conf system-wide configuration file for direct delivery /usr/freeware/sbin/faxmail hierarchy for external MIME converters /usr/lib/DPS/AFM for font metrics /usr/tmp/faxmailXXXXXX temporary files SSSSEEEEEEEE AAAALLLLSSSSOOOO _h_y_l_a_f_a_x(1), _t_e_x_t_f_m_t(1), _s_e_n_d_f_a_x(1) Page 10 (printed 6/24/99)